home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / ColorSync / Sample Code / CSDemo 2.1 / ShellSources / appPrint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-25  |  588 b   |  24 lines  |  [TEXT/CWIE]

  1.  
  2. #ifndef _APPPRINT_
  3. #define _APPPRINT_
  4.  
  5.  
  6. #ifndef _WIN_
  7. #include "win.h"
  8. #endif
  9.  
  10.  
  11. /**\
  12. |**| ==============================================================================
  13. |**| PUBLIC FUNCTION PROTOTYPES
  14. |**| ==============================================================================
  15. \**/
  16. void    DoAppPageSetupCommand    ( winHandle win ) ;
  17. void    DoAppPrintCommand        ( winHandle win ) ;
  18. void    DoAppPrintOneCommand    ( winHandle win ) ;
  19. OSErr    DoAppGetPrintStrutures    ( winHandle win ) ;
  20. OSErr    DoAppGetPageSize        ( winHandle win, Rect *pageRect ) ;
  21. OSErr    DoAppPrintLoop            ( winHandle win ) ;
  22.  
  23.  
  24. #endif